type os.unixDirent

6 uses

	os (current package)
		file_unix.go#L394: type unixDirent struct {
		file_unix.go#L401: func (d *unixDirent) Name() string   { return d.name }
		file_unix.go#L402: func (d *unixDirent) IsDir() bool    { return d.typ.IsDir() }
		file_unix.go#L403: func (d *unixDirent) Type() FileMode { return d.typ }
		file_unix.go#L405: func (d *unixDirent) Info() (FileInfo, error) {
		file_unix.go#L413: 	ude := &unixDirent{